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.3949,-77.6511)};var g_038a1b6d330a0df3635b9c9d0e36e2c9 = new google.maps.Geocoder();g_038a1b6d330a0df3635b9c9d0e36e2c9.geocode( { 'address': "15280 Us Highway 17 N, Hampstead, NC 28443"}, 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('e01715f5').innerHTML += ' | View Map';var $l038a1b6d330a0df3635b9c9d0e36e2c9 = '

TD Bank

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