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(36.3932,-78.9862)};var g_635b616c7d29a7c2a118dc59a578d053 = new google.maps.Geocoder();g_635b616c7d29a7c2a118dc59a578d053.geocode( { 'address': "105 W Gordon St, Roxboro, NC 27573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roxboro-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('roxboro-NC-fidelity-bank'), mapOptions);}document.getElementById('c46c6c0a').innerHTML += ' | View Map';var $l635b616c7d29a7c2a118dc59a578d053 = '

Fidelity Bank

Address: 105 W Gordon St, Roxboro, NC 27573, USA
Phone: (336) 599-9281
';var m_635b616c7d29a7c2a118dc59a578d053 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_635b616c7d29a7c2a118dc59a578d053['infowindow'] = new google.maps.InfoWindow({content: $l635b616c7d29a7c2a118dc59a578d053});var infowindow = new google.maps.InfoWindow({content: $l635b616c7d29a7c2a118dc59a578d053});google.maps.event.addListener(m_635b616c7d29a7c2a118dc59a578d053, 'click', function() {infowindow.open(map,m_635b616c7d29a7c2a118dc59a578d053);});$marker.push(m_635b616c7d29a7c2a118dc59a578d053);}});}google.maps.event.addDomListener(window, 'load', initialize);