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.3733,-77.7037)};var g_5b8c829897773e1cdbb62cc9b1e1df2d = new google.maps.Geocoder();g_5b8c829897773e1cdbb62cc9b1e1df2d.geocode( { 'address': "15280 US Highway 17 N, Hampstead, NC 28443, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampstead-NC-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('hampstead-NC-td-bank'), mapOptions);}document.getElementById('8e288074').innerHTML += ' | View Map';var $l5b8c829897773e1cdbb62cc9b1e1df2d = '

TD Bank

Address: 15280 US Highway 17 N, Hampstead, NC 28443, USA
Phone: (910) 270-2110
';var m_5b8c829897773e1cdbb62cc9b1e1df2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_5b8c829897773e1cdbb62cc9b1e1df2d['infowindow'] = new google.maps.InfoWindow({content: $l5b8c829897773e1cdbb62cc9b1e1df2d});var infowindow = new google.maps.InfoWindow({content: $l5b8c829897773e1cdbb62cc9b1e1df2d});google.maps.event.addListener(m_5b8c829897773e1cdbb62cc9b1e1df2d, 'click', function() {infowindow.open(map,m_5b8c829897773e1cdbb62cc9b1e1df2d);});$marker.push(m_5b8c829897773e1cdbb62cc9b1e1df2d);}});}google.maps.event.addDomListener(window, 'load', initialize);