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.8784,-82.6565)};var g_7a82b2575908de06971bc397b5e28eb2 = new google.maps.Geocoder();g_7a82b2575908de06971bc397b5e28eb2.geocode( { 'address': "48 Mansfield Ave, Shelby, OH 44875, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-OH-cashmax-ohio').style.display = '';map = new google.maps.Map(document.getElementById('shelby-OH-cashmax-ohio'), mapOptions);}document.getElementById('799e4e45').innerHTML += ' | View Map';var $l7a82b2575908de06971bc397b5e28eb2 = '

CashMax Ohio

Address: 48 Mansfield Ave, Shelby, OH 44875, USA
Phone: (419) 342-2032
';var m_7a82b2575908de06971bc397b5e28eb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Ohio',});m_7a82b2575908de06971bc397b5e28eb2['infowindow'] = new google.maps.InfoWindow({content: $l7a82b2575908de06971bc397b5e28eb2});var infowindow = new google.maps.InfoWindow({content: $l7a82b2575908de06971bc397b5e28eb2});google.maps.event.addListener(m_7a82b2575908de06971bc397b5e28eb2, 'click', function() {infowindow.open(map,m_7a82b2575908de06971bc397b5e28eb2);});$marker.push(m_7a82b2575908de06971bc397b5e28eb2);}});}google.maps.event.addDomListener(window, 'load', initialize);