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.0412,-82.7246)};var g_9a8dc82bf4afcd912b7dcd1c95a28f2c = new google.maps.Geocoder();g_9a8dc82bf4afcd912b7dcd1c95a28f2c.geocode( { 'address': "316 Walton St W, Willard, OH 44890, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willard-OH-cashmax-ohio').style.display = '';map = new google.maps.Map(document.getElementById('willard-OH-cashmax-ohio'), mapOptions);}document.getElementById('aff12101').innerHTML += ' | View Map';var $l9a8dc82bf4afcd912b7dcd1c95a28f2c = '

CashMax Ohio

Address: 316 Walton St W, Willard, OH 44890, USA
Phone: (419) 935-8989
';var m_9a8dc82bf4afcd912b7dcd1c95a28f2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Ohio',});m_9a8dc82bf4afcd912b7dcd1c95a28f2c['infowindow'] = new google.maps.InfoWindow({content: $l9a8dc82bf4afcd912b7dcd1c95a28f2c});var infowindow = new google.maps.InfoWindow({content: $l9a8dc82bf4afcd912b7dcd1c95a28f2c});google.maps.event.addListener(m_9a8dc82bf4afcd912b7dcd1c95a28f2c, 'click', function() {infowindow.open(map,m_9a8dc82bf4afcd912b7dcd1c95a28f2c);});$marker.push(m_9a8dc82bf4afcd912b7dcd1c95a28f2c);}});}google.maps.event.addDomListener(window, 'load', initialize);