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.8409,-77.083)};var g_b9c7f3a9c40b2d928c666388a71378d4 = new google.maps.Geocoder();g_b9c7f3a9c40b2d928c666388a71378d4.geocode( { 'address': "1902 W Main St, Williamston, NC 27892, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamston-NC-atm-bp-family-fare').style.display = '';map = new google.maps.Map(document.getElementById('williamston-NC-atm-bp-family-fare'), mapOptions);}document.getElementById('33b7b09f').innerHTML += ' | View Map';var $lb9c7f3a9c40b2d928c666388a71378d4 = '

ATM (BP Family Fare)

Address: 1902 W Main St, Williamston, NC 27892, USA
Phone:
';var m_b9c7f3a9c40b2d928c666388a71378d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BP Family Fare)',});m_b9c7f3a9c40b2d928c666388a71378d4['infowindow'] = new google.maps.InfoWindow({content: $lb9c7f3a9c40b2d928c666388a71378d4});var infowindow = new google.maps.InfoWindow({content: $lb9c7f3a9c40b2d928c666388a71378d4});google.maps.event.addListener(m_b9c7f3a9c40b2d928c666388a71378d4, 'click', function() {infowindow.open(map,m_b9c7f3a9c40b2d928c666388a71378d4);});$marker.push(m_b9c7f3a9c40b2d928c666388a71378d4);}});}google.maps.event.addDomListener(window, 'load', initialize);