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.1085,-83.5139)};var g_0341388ee08f72b35c7ddb5f3773134c = new google.maps.Geocoder();g_0341388ee08f72b35c7ddb5f3773134c.geocode( { 'address': "106 Fremont St, Arcadia, OH 44804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arcadia-OH-burns-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('arcadia-OH-burns-financial-solutions'), mapOptions);}document.getElementById('ec23ef0d').innerHTML += ' | View Map';var $l0341388ee08f72b35c7ddb5f3773134c = '

Burns Financial Solutions

Address: 106 Fremont St, Arcadia, OH 44804, USA
Phone: (419) 894-0001
';var m_0341388ee08f72b35c7ddb5f3773134c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Burns Financial Solutions',});m_0341388ee08f72b35c7ddb5f3773134c['infowindow'] = new google.maps.InfoWindow({content: $l0341388ee08f72b35c7ddb5f3773134c});var infowindow = new google.maps.InfoWindow({content: $l0341388ee08f72b35c7ddb5f3773134c});google.maps.event.addListener(m_0341388ee08f72b35c7ddb5f3773134c, 'click', function() {infowindow.open(map,m_0341388ee08f72b35c7ddb5f3773134c);});$marker.push(m_0341388ee08f72b35c7ddb5f3773134c);}});}google.maps.event.addDomListener(window, 'load', initialize);