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.7594,-82.5365)};var g_4e68ac458ba24573475378f09f591e6f = new google.maps.Geocoder();g_4e68ac458ba24573475378f09f591e6f.geocode( { 'address': "580 Park Ave W, Mansfield, OH 44906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-OH-cashmax-ohio').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-OH-cashmax-ohio'), mapOptions);}document.getElementById('2510a5af').innerHTML += ' | View Map';var $l4e68ac458ba24573475378f09f591e6f = '

CashMax Ohio

Address: 580 Park Ave W, Mansfield, OH 44906, USA
Phone: (419) 529-0075
';var m_4e68ac458ba24573475378f09f591e6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Ohio',});m_4e68ac458ba24573475378f09f591e6f['infowindow'] = new google.maps.InfoWindow({content: $l4e68ac458ba24573475378f09f591e6f});var infowindow = new google.maps.InfoWindow({content: $l4e68ac458ba24573475378f09f591e6f});google.maps.event.addListener(m_4e68ac458ba24573475378f09f591e6f, 'click', function() {infowindow.open(map,m_4e68ac458ba24573475378f09f591e6f);});$marker.push(m_4e68ac458ba24573475378f09f591e6f);}});}google.maps.event.addDomListener(window, 'load', initialize);