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(34.7513,-77.4307)};var g_71ac96935e6b7e5029e4cb3fc3955c2f = new google.maps.Geocoder();g_71ac96935e6b7e5029e4cb3fc3955c2f.geocode( { 'address': "201 New Bridge St, Jacksonville, NC 28540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-NC-marine-federal-atm').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-NC-marine-federal-atm'), mapOptions);}document.getElementById('27787289').innerHTML += ' | View Map';var $l71ac96935e6b7e5029e4cb3fc3955c2f = '

Marine Federal ATM

Address: 201 New Bridge St, Jacksonville, NC 28540, USA
Phone:
';var m_71ac96935e6b7e5029e4cb3fc3955c2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Federal ATM',});m_71ac96935e6b7e5029e4cb3fc3955c2f['infowindow'] = new google.maps.InfoWindow({content: $l71ac96935e6b7e5029e4cb3fc3955c2f});var infowindow = new google.maps.InfoWindow({content: $l71ac96935e6b7e5029e4cb3fc3955c2f});google.maps.event.addListener(m_71ac96935e6b7e5029e4cb3fc3955c2f, 'click', function() {infowindow.open(map,m_71ac96935e6b7e5029e4cb3fc3955c2f);});$marker.push(m_71ac96935e6b7e5029e4cb3fc3955c2f);}});}google.maps.event.addDomListener(window, 'load', initialize);