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.3766,-83.1348)};var g_a1daf6fdc9f4b1cc4cdcab81b04705d7 = new google.maps.Geocoder();g_a1daf6fdc9f4b1cc4cdcab81b04705d7.geocode( { 'address': "2100 Oak Harbor Rd, Fremont, OH 43420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-OH-welty-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('fremont-OH-welty-financial-services'), mapOptions);}document.getElementById('11007c0b').innerHTML += ' | View Map';var $la1daf6fdc9f4b1cc4cdcab81b04705d7 = '

Welty Financial Services

Address: 2100 Oak Harbor Rd, Fremont, OH 43420, USA
Phone: (419) 334-4477
';var m_a1daf6fdc9f4b1cc4cdcab81b04705d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Welty Financial Services',});m_a1daf6fdc9f4b1cc4cdcab81b04705d7['infowindow'] = new google.maps.InfoWindow({content: $la1daf6fdc9f4b1cc4cdcab81b04705d7});var infowindow = new google.maps.InfoWindow({content: $la1daf6fdc9f4b1cc4cdcab81b04705d7});google.maps.event.addListener(m_a1daf6fdc9f4b1cc4cdcab81b04705d7, 'click', function() {infowindow.open(map,m_a1daf6fdc9f4b1cc4cdcab81b04705d7);});$marker.push(m_a1daf6fdc9f4b1cc4cdcab81b04705d7);}});}google.maps.event.addDomListener(window, 'load', initialize);