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.0373,-81.1827)};var g_68e8155fb96fb9fc5fe5c80273981a4c = new google.maps.Geocoder();g_68e8155fb96fb9fc5fe5c80273981a4c.geocode( { 'address': "4320 Corley Mill Rd, Lexington, SC 29072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-SC-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('lexington-SC-atm-td-bank'), mapOptions);}document.getElementById('ebf618d9').innerHTML += ' | View Map';var $l68e8155fb96fb9fc5fe5c80273981a4c = '

ATM (TD Bank)

Address: 4320 Corley Mill Rd, Lexington, SC 29072, USA
Phone:
';var m_68e8155fb96fb9fc5fe5c80273981a4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_68e8155fb96fb9fc5fe5c80273981a4c['infowindow'] = new google.maps.InfoWindow({content: $l68e8155fb96fb9fc5fe5c80273981a4c});var infowindow = new google.maps.InfoWindow({content: $l68e8155fb96fb9fc5fe5c80273981a4c});google.maps.event.addListener(m_68e8155fb96fb9fc5fe5c80273981a4c, 'click', function() {infowindow.open(map,m_68e8155fb96fb9fc5fe5c80273981a4c);});$marker.push(m_68e8155fb96fb9fc5fe5c80273981a4c);}});}google.maps.event.addDomListener(window, 'load', initialize);