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(40.0726,-80.7469)};var g_eaf72c29ea749db9d115947ff9caa86f = new google.maps.Geocoder();g_eaf72c29ea749db9d115947ff9caa86f.geocode( { 'address': "435 Main St, Bridgeport, OH 43912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-OH-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-OH-first-national-bank-atm'), mapOptions);}document.getElementById('33f55742').innerHTML += ' | View Map';var $leaf72c29ea749db9d115947ff9caa86f = '

First National Bank ATM

Address: 435 Main St, Bridgeport, OH 43912, USA
Phone: (800) 555-5455
';var m_eaf72c29ea749db9d115947ff9caa86f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_eaf72c29ea749db9d115947ff9caa86f['infowindow'] = new google.maps.InfoWindow({content: $leaf72c29ea749db9d115947ff9caa86f});var infowindow = new google.maps.InfoWindow({content: $leaf72c29ea749db9d115947ff9caa86f});google.maps.event.addListener(m_eaf72c29ea749db9d115947ff9caa86f, 'click', function() {infowindow.open(map,m_eaf72c29ea749db9d115947ff9caa86f);});$marker.push(m_eaf72c29ea749db9d115947ff9caa86f);}});}google.maps.event.addDomListener(window, 'load', initialize);