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.3713,-79.778)};var g_24d9efd8177a9d13e90d2419adb04ef4 = new google.maps.Geocoder();g_24d9efd8177a9d13e90d2419adb04ef4.geocode( { 'address': "520 Main St, Biscoe, NC 27209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('biscoe-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('biscoe-NC-fidelity-bank'), mapOptions);}document.getElementById('943f6bc7').innerHTML += ' | View Map';var $l24d9efd8177a9d13e90d2419adb04ef4 = '

Fidelity Bank

Address: 520 Main St, Biscoe, NC 27209, USA
Phone: (910) 428-9681
';var m_24d9efd8177a9d13e90d2419adb04ef4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_24d9efd8177a9d13e90d2419adb04ef4['infowindow'] = new google.maps.InfoWindow({content: $l24d9efd8177a9d13e90d2419adb04ef4});var infowindow = new google.maps.InfoWindow({content: $l24d9efd8177a9d13e90d2419adb04ef4});google.maps.event.addListener(m_24d9efd8177a9d13e90d2419adb04ef4, 'click', function() {infowindow.open(map,m_24d9efd8177a9d13e90d2419adb04ef4);});$marker.push(m_24d9efd8177a9d13e90d2419adb04ef4);}});}google.maps.event.addDomListener(window, 'load', initialize);