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.4325,-82.7016)};var g_9f6395c3522788404ead5787426b6090 = new google.maps.Geocoder();g_9f6395c3522788404ead5787426b6090.geocode( { 'address': "236 W Perkins Ave, Sandusky, OH 44870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandusky-OH-cashmax-ohio').style.display = '';map = new google.maps.Map(document.getElementById('sandusky-OH-cashmax-ohio'), mapOptions);}document.getElementById('2447b203').innerHTML += ' | View Map';var $l9f6395c3522788404ead5787426b6090 = '

CashMax Ohio

Address: 236 W Perkins Ave, Sandusky, OH 44870, USA
Phone: (567) 283-5085
';var m_9f6395c3522788404ead5787426b6090 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Ohio',});m_9f6395c3522788404ead5787426b6090['infowindow'] = new google.maps.InfoWindow({content: $l9f6395c3522788404ead5787426b6090});var infowindow = new google.maps.InfoWindow({content: $l9f6395c3522788404ead5787426b6090});google.maps.event.addListener(m_9f6395c3522788404ead5787426b6090, 'click', function() {infowindow.open(map,m_9f6395c3522788404ead5787426b6090);});$marker.push(m_9f6395c3522788404ead5787426b6090);}});}google.maps.event.addDomListener(window, 'load', initialize);