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.2549,-81.035)};var g_eb154f8b4a8349231dfd09537615c9a3 = new google.maps.Geocoder();g_eb154f8b4a8349231dfd09537615c9a3.geocode( { 'address': "701 Hawley Avenue, Belmont, NC 28012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belmont-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('belmont-NC-woodforest-national-bank'), mapOptions);}document.getElementById('1b0b89e2').innerHTML += ' | View Map';var $leb154f8b4a8349231dfd09537615c9a3 = '

Woodforest National Bank

Address: 701 Hawley Avenue, Belmont, NC 28012, USA
Phone: (704) 825-1899
';var m_eb154f8b4a8349231dfd09537615c9a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_eb154f8b4a8349231dfd09537615c9a3['infowindow'] = new google.maps.InfoWindow({content: $leb154f8b4a8349231dfd09537615c9a3});var infowindow = new google.maps.InfoWindow({content: $leb154f8b4a8349231dfd09537615c9a3});google.maps.event.addListener(m_eb154f8b4a8349231dfd09537615c9a3, 'click', function() {infowindow.open(map,m_eb154f8b4a8349231dfd09537615c9a3);});$marker.push(m_eb154f8b4a8349231dfd09537615c9a3);}});}google.maps.event.addDomListener(window, 'load', initialize);