var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.1611,-79.7571)};var g_0a6b81775eca5ee27b72deef7972375a = new google.maps.Geocoder();g_0a6b81775eca5ee27b72deef7972375a.geocode( { 'address': "684 Pamplico Hwy, Florence, SC 29505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-SC-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('florence-SC-td-bank'), mapOptions);}document.getElementById('09c4e0ae').innerHTML += ' | View Map';var $l0a6b81775eca5ee27b72deef7972375a = '

TD Bank

Address: 684 Pamplico Hwy, Florence, SC 29505, USA
Phone: (843) 665-0167
';var m_0a6b81775eca5ee27b72deef7972375a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_0a6b81775eca5ee27b72deef7972375a['infowindow'] = new google.maps.InfoWindow({content: $l0a6b81775eca5ee27b72deef7972375a});var infowindow = new google.maps.InfoWindow({content: $l0a6b81775eca5ee27b72deef7972375a});google.maps.event.addListener(m_0a6b81775eca5ee27b72deef7972375a, 'click', function() {infowindow.open(map,m_0a6b81775eca5ee27b72deef7972375a);});$marker.push(m_0a6b81775eca5ee27b72deef7972375a);}});}google.maps.event.addDomListener(window, 'load', initialize);