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.2428,-82.6162)};var g_4bb869acf57df07da90be9d1b0132549 = new google.maps.Geocoder();g_4bb869acf57df07da90be9d1b0132549.geocode( { 'address': "19 Whittlesey Ave, Norwalk, OH 44857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwalk-OH-todd-lillo-team---union-home-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('norwalk-OH-todd-lillo-team---union-home-mortgage-corp'), mapOptions);}document.getElementById('167c46b9').innerHTML += ' | View Map';var $l4bb869acf57df07da90be9d1b0132549 = '

Todd Lillo Team - Union Home Mortgage Corp.

Address: 19 Whittlesey Ave, Norwalk, OH 44857, USA
Phone: (419) 668-9922
';var m_4bb869acf57df07da90be9d1b0132549 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Todd Lillo Team - Union Home Mortgage Corp.',});m_4bb869acf57df07da90be9d1b0132549['infowindow'] = new google.maps.InfoWindow({content: $l4bb869acf57df07da90be9d1b0132549});var infowindow = new google.maps.InfoWindow({content: $l4bb869acf57df07da90be9d1b0132549});google.maps.event.addListener(m_4bb869acf57df07da90be9d1b0132549, 'click', function() {infowindow.open(map,m_4bb869acf57df07da90be9d1b0132549);});$marker.push(m_4bb869acf57df07da90be9d1b0132549);}});}google.maps.event.addDomListener(window, 'load', initialize);