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.9489,-83.7208)};var g_d98b70e14f543913d8d83e5f8d6114cd = new google.maps.Geocoder();g_d98b70e14f543913d8d83e5f8d6114cd.geocode( { 'address': "5141 Gateway Center #200, Flint, MI 48507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flint-MI-icon-mortgage-lending').style.display = '';map = new google.maps.Map(document.getElementById('flint-MI-icon-mortgage-lending'), mapOptions);}document.getElementById('df36f624').innerHTML += ' | View Map';var $ld98b70e14f543913d8d83e5f8d6114cd = '

Icon Mortgage Lending

Address: 5141 Gateway Center #200, Flint, MI 48507, USA
Phone: (810) 953-4266
';var m_d98b70e14f543913d8d83e5f8d6114cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Icon Mortgage Lending',});m_d98b70e14f543913d8d83e5f8d6114cd['infowindow'] = new google.maps.InfoWindow({content: $ld98b70e14f543913d8d83e5f8d6114cd});var infowindow = new google.maps.InfoWindow({content: $ld98b70e14f543913d8d83e5f8d6114cd});google.maps.event.addListener(m_d98b70e14f543913d8d83e5f8d6114cd, 'click', function() {infowindow.open(map,m_d98b70e14f543913d8d83e5f8d6114cd);});$marker.push(m_d98b70e14f543913d8d83e5f8d6114cd);}});}google.maps.event.addDomListener(window, 'load', initialize);