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.3018,-78.5845)};var g_3c06891375b688d31554f6770fbce90a = new google.maps.Geocoder();g_3c06891375b688d31554f6770fbce90a.geocode( { 'address': "712 M.L.K. Jr Ave, Oxford, NC 27565, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-NC-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-NC-fidelity-bank'), mapOptions);}document.getElementById('afd9fc47').innerHTML += ' | View Map';var $l3c06891375b688d31554f6770fbce90a = '

Fidelity Bank

Address: 712 M.L.K. Jr Ave, Oxford, NC 27565, USA
Phone: (919) 693-8106
';var m_3c06891375b688d31554f6770fbce90a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_3c06891375b688d31554f6770fbce90a['infowindow'] = new google.maps.InfoWindow({content: $l3c06891375b688d31554f6770fbce90a});var infowindow = new google.maps.InfoWindow({content: $l3c06891375b688d31554f6770fbce90a});google.maps.event.addListener(m_3c06891375b688d31554f6770fbce90a, 'click', function() {infowindow.open(map,m_3c06891375b688d31554f6770fbce90a);});$marker.push(m_3c06891375b688d31554f6770fbce90a);}});}google.maps.event.addDomListener(window, 'load', initialize);