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.1128,-83.1976)};var g_ac45088df2e8d3cd2d8fbafceb920878 = new google.maps.Geocoder();g_ac45088df2e8d3cd2d8fbafceb920878.geocode( { 'address': "484 W Market St, Tiffin, OH 44883, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tiffin-OH-cashmax-ohio').style.display = '';map = new google.maps.Map(document.getElementById('tiffin-OH-cashmax-ohio'), mapOptions);}document.getElementById('5757c223').innerHTML += ' | View Map';var $lac45088df2e8d3cd2d8fbafceb920878 = '

CashMax Ohio

Address: 484 W Market St, Tiffin, OH 44883, USA
Phone: (419) 443-1800
';var m_ac45088df2e8d3cd2d8fbafceb920878 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Ohio',});m_ac45088df2e8d3cd2d8fbafceb920878['infowindow'] = new google.maps.InfoWindow({content: $lac45088df2e8d3cd2d8fbafceb920878});var infowindow = new google.maps.InfoWindow({content: $lac45088df2e8d3cd2d8fbafceb920878});google.maps.event.addListener(m_ac45088df2e8d3cd2d8fbafceb920878, 'click', function() {infowindow.open(map,m_ac45088df2e8d3cd2d8fbafceb920878);});$marker.push(m_ac45088df2e8d3cd2d8fbafceb920878);}});}google.maps.event.addDomListener(window, 'load', initialize);