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(41.3728,-83.6507)};var g_d383fe40da935eb6a3cad0046558600b = new google.maps.Geocoder();g_d383fe40da935eb6a3cad0046558600b.geocode( { 'address': "222 S Main St, Bowling Green, OH 43402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowling-green-OH-atm').style.display = '';map = new google.maps.Map(document.getElementById('bowling-green-OH-atm'), mapOptions);}document.getElementById('1522b8a6').innerHTML += ' | View Map';var $ld383fe40da935eb6a3cad0046558600b = '

ATM

Address: 222 S Main St, Bowling Green, OH 43402, USA
Phone: (419) 352-5271
';var m_d383fe40da935eb6a3cad0046558600b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_d383fe40da935eb6a3cad0046558600b['infowindow'] = new google.maps.InfoWindow({content: $ld383fe40da935eb6a3cad0046558600b});var infowindow = new google.maps.InfoWindow({content: $ld383fe40da935eb6a3cad0046558600b});google.maps.event.addListener(m_d383fe40da935eb6a3cad0046558600b, 'click', function() {infowindow.open(map,m_d383fe40da935eb6a3cad0046558600b);});$marker.push(m_d383fe40da935eb6a3cad0046558600b);}});}google.maps.event.addDomListener(window, 'load', initialize);