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.7588,-82.5159)};var g_970037e52f3fd299ae35e636744ac132 = new google.maps.Geocoder();g_970037e52f3fd299ae35e636744ac132.geocode( { 'address': "3 N Main St #302, Mansfield, OH 44902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-OH-guardian-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-OH-guardian-finance-co'), mapOptions);}document.getElementById('af85a601').innerHTML += ' | View Map';var $l970037e52f3fd299ae35e636744ac132 = '

Guardian Finance Co

Address: 3 N Main St #302, Mansfield, OH 44902, USA
Phone: (419) 525-4006
';var m_970037e52f3fd299ae35e636744ac132 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guardian Finance Co',});m_970037e52f3fd299ae35e636744ac132['infowindow'] = new google.maps.InfoWindow({content: $l970037e52f3fd299ae35e636744ac132});var infowindow = new google.maps.InfoWindow({content: $l970037e52f3fd299ae35e636744ac132});google.maps.event.addListener(m_970037e52f3fd299ae35e636744ac132, 'click', function() {infowindow.open(map,m_970037e52f3fd299ae35e636744ac132);});$marker.push(m_970037e52f3fd299ae35e636744ac132);}});}google.maps.event.addDomListener(window, 'load', initialize);