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.7378,-79.3505)};var g_fa0df51955ae8568bc4a8507373a8d85 = new google.maps.Geocoder();g_fa0df51955ae8568bc4a8507373a8d85.geocode( { 'address': "107 W Central St, Maxton, NC 28364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maxton-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('maxton-NC-first-bank'), mapOptions);}document.getElementById('721efcb5').innerHTML += ' | View Map';var $lfa0df51955ae8568bc4a8507373a8d85 = '

First Bank

Address: 107 W Central St, Maxton, NC 28364, USA
Phone: (910) 844-6311
';var m_fa0df51955ae8568bc4a8507373a8d85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_fa0df51955ae8568bc4a8507373a8d85['infowindow'] = new google.maps.InfoWindow({content: $lfa0df51955ae8568bc4a8507373a8d85});var infowindow = new google.maps.InfoWindow({content: $lfa0df51955ae8568bc4a8507373a8d85});google.maps.event.addListener(m_fa0df51955ae8568bc4a8507373a8d85, 'click', function() {infowindow.open(map,m_fa0df51955ae8568bc4a8507373a8d85);});$marker.push(m_fa0df51955ae8568bc4a8507373a8d85);}});}google.maps.event.addDomListener(window, 'load', initialize);