// Set up the PGPW object, this will be extended by the full codebase later if (typeof PGPW == "undefined") { var PGPW = { insertScript:function(url){ document.write('') } } if (typeof JQ == "undefined") { PGPW.insertScript('http://www.pagepow.com/javascripts/jquery.js') } // Extend the initial PGPW with the full object PGPW.insertScript('http://www.pagepow.com/javascripts/pgpw.js') } // Finally get to the instance if (typeof PGPW.GoogleMaps == "undefined") { PGPW.insertScript('http://www.pagepow.com/google_maps_widgets;source') } // Set up the default options for the widget that will be merged with // the user's options if (typeof PGPW.DefaultOptions == "undefined") { PGPW["DefaultOptions"] = {} } PGPW["DefaultOptions"]["137"] = {"pan_control":true,"default_zoom_level":13,"border_color":"3366CC","height":400,"map_scale_control":true,"text_color":"000000","map_types_control":true,"link_color":"0000FF","address":"506 Deanna Lane, Charleston SC 29492","overview_map_control":true,"font_size":"small","pan_control_size":"Small","info_window_content":"We are located just off of Clements\r\nFerry Rd. on Daniel Island. Free pick up\r\nand delivery, locally.","zoom_control":true,"default_map_type":"Hybrid","width":400,"show_info_window":true}