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(42.7582,-84.4882)};var g_1abf263cb7332e6b8814191a420b04cb = new google.maps.Geocoder();g_1abf263cb7332e6b8814191a420b04cb.geocode( { 'address': "411 W Lake Lansing Rd #101b, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-janice-szur---union-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-janice-szur---union-home-mortgage'), mapOptions);}document.getElementById('4e932d58').innerHTML += ' | View Map';var $l1abf263cb7332e6b8814191a420b04cb = '

Janice Szur - Union Home Mortgage

Address: 411 W Lake Lansing Rd #101b, East Lansing, MI 48823, USA
Phone: (517) 489-2446
';var m_1abf263cb7332e6b8814191a420b04cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Janice Szur - Union Home Mortgage',});m_1abf263cb7332e6b8814191a420b04cb['infowindow'] = new google.maps.InfoWindow({content: $l1abf263cb7332e6b8814191a420b04cb});var infowindow = new google.maps.InfoWindow({content: $l1abf263cb7332e6b8814191a420b04cb});google.maps.event.addListener(m_1abf263cb7332e6b8814191a420b04cb, 'click', function() {infowindow.open(map,m_1abf263cb7332e6b8814191a420b04cb);});$marker.push(m_1abf263cb7332e6b8814191a420b04cb);}});}google.maps.event.addDomListener(window, 'load', initialize);