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.3499,-81.8056)};var g_1e647a0599d8173876cb59bbb039b0b9 = new google.maps.Geocoder();g_1e647a0599d8173876cb59bbb039b0b9.geocode( { 'address': "8241 Dow Cir, Strongsville, OH 44136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('strongsville-OH-union-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('strongsville-OH-union-home-mortgage'), mapOptions);}document.getElementById('9864842d').innerHTML += ' | View Map';var $l1e647a0599d8173876cb59bbb039b0b9 = '

Union Home Mortgage

Address: 8241 Dow Cir, Strongsville, OH 44136, USA
Phone: (440) 234-4300
';var m_1e647a0599d8173876cb59bbb039b0b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Home Mortgage',});m_1e647a0599d8173876cb59bbb039b0b9['infowindow'] = new google.maps.InfoWindow({content: $l1e647a0599d8173876cb59bbb039b0b9});var infowindow = new google.maps.InfoWindow({content: $l1e647a0599d8173876cb59bbb039b0b9});google.maps.event.addListener(m_1e647a0599d8173876cb59bbb039b0b9, 'click', function() {infowindow.open(map,m_1e647a0599d8173876cb59bbb039b0b9);});$marker.push(m_1e647a0599d8173876cb59bbb039b0b9);}});}google.maps.event.addDomListener(window, 'load', initialize);