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.5161,-82.9965)};var g_0f783b966f20ccd362b24a0f72c66e78 = new google.maps.Geocoder();g_0f783b966f20ccd362b24a0f72c66e78.geocode( { 'address': "5231 Detroit Rd, Amherst, OH 44001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-OH-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('amherst-OH-atm-us-bank'), mapOptions);}document.getElementById('b65a28b6').innerHTML += ' | View Map';var $l0f783b966f20ccd362b24a0f72c66e78 = '

ATM (Us Bank)

Address: 5231 Detroit Rd, Amherst, OH 44001, USA
Phone:
';var m_0f783b966f20ccd362b24a0f72c66e78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Us Bank)',});m_0f783b966f20ccd362b24a0f72c66e78['infowindow'] = new google.maps.InfoWindow({content: $l0f783b966f20ccd362b24a0f72c66e78});var infowindow = new google.maps.InfoWindow({content: $l0f783b966f20ccd362b24a0f72c66e78});google.maps.event.addListener(m_0f783b966f20ccd362b24a0f72c66e78, 'click', function() {infowindow.open(map,m_0f783b966f20ccd362b24a0f72c66e78);});$marker.push(m_0f783b966f20ccd362b24a0f72c66e78);}});}google.maps.event.addDomListener(window, 'load', initialize);