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(35.2654,-80.4268)};var g_4b4aa1c0279a22e620ff0f20ecf77fc7 = new google.maps.Geocoder();g_4b4aa1c0279a22e620ff0f20ecf77fc7.geocode( { 'address': "102 Scout Rd, Locust, NC 28097"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('locust-NC-bank-of-north-carolina').style.display = '';map = new google.maps.Map(document.getElementById('locust-NC-bank-of-north-carolina'), mapOptions);}document.getElementById('f848db08').innerHTML += ' | View Map';var $l4b4aa1c0279a22e620ff0f20ecf77fc7 = '

Bank Of North Carolina

Address: 102 Scout Rd, Locust, NC 28097
Phone: (704) 888-4431
';var m_4b4aa1c0279a22e620ff0f20ecf77fc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of North Carolina',});m_4b4aa1c0279a22e620ff0f20ecf77fc7['infowindow'] = new google.maps.InfoWindow({content: $l4b4aa1c0279a22e620ff0f20ecf77fc7});var infowindow = new google.maps.InfoWindow({content: $l4b4aa1c0279a22e620ff0f20ecf77fc7});google.maps.event.addListener(m_4b4aa1c0279a22e620ff0f20ecf77fc7, 'click', function() {infowindow.open(map,m_4b4aa1c0279a22e620ff0f20ecf77fc7);});$marker.push(m_4b4aa1c0279a22e620ff0f20ecf77fc7);}});}google.maps.event.addDomListener(window, 'load', initialize);