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.4199,-82.2121)};var g_4ce009efd2b0f7a9c9507c94ed61bb5a = new google.maps.Geocoder();g_4ce009efd2b0f7a9c9507c94ed61bb5a.geocode( { 'address': "5350 N Leavitt Rd, Lorain, OH 44053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorain-OH-us-bank-atm---lorain-amherst-kmart').style.display = '';map = new google.maps.Map(document.getElementById('lorain-OH-us-bank-atm---lorain-amherst-kmart'), mapOptions);}document.getElementById('1bc5f422').innerHTML += ' | View Map';var $l4ce009efd2b0f7a9c9507c94ed61bb5a = '

U.S. Bank ATM - Lorain Amherst Kmart

Address: 5350 N Leavitt Rd, Lorain, OH 44053, USA
Phone: (800) 872-2657
';var m_4ce009efd2b0f7a9c9507c94ed61bb5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Lorain Amherst Kmart',});m_4ce009efd2b0f7a9c9507c94ed61bb5a['infowindow'] = new google.maps.InfoWindow({content: $l4ce009efd2b0f7a9c9507c94ed61bb5a});var infowindow = new google.maps.InfoWindow({content: $l4ce009efd2b0f7a9c9507c94ed61bb5a});google.maps.event.addListener(m_4ce009efd2b0f7a9c9507c94ed61bb5a, 'click', function() {infowindow.open(map,m_4ce009efd2b0f7a9c9507c94ed61bb5a);});$marker.push(m_4ce009efd2b0f7a9c9507c94ed61bb5a);}});}google.maps.event.addDomListener(window, 'load', initialize);