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.5455,-83.2199)};var g_506787892bc211855265020b5042a1fd = new google.maps.Geocoder();g_506787892bc211855265020b5042a1fd.geocode( { 'address': "550 W Merrill St #240, Birmingham, MI 48009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-MI-lewis-financial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-MI-lewis-financial-mortgage'), mapOptions);}document.getElementById('33d73902').innerHTML += ' | View Map';var $l506787892bc211855265020b5042a1fd = '

Lewis Financial Mortgage

Address: 550 W Merrill St #240, Birmingham, MI 48009, USA
Phone: (248) 901-1700
';var m_506787892bc211855265020b5042a1fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lewis Financial Mortgage',});m_506787892bc211855265020b5042a1fd['infowindow'] = new google.maps.InfoWindow({content: $l506787892bc211855265020b5042a1fd});var infowindow = new google.maps.InfoWindow({content: $l506787892bc211855265020b5042a1fd});google.maps.event.addListener(m_506787892bc211855265020b5042a1fd, 'click', function() {infowindow.open(map,m_506787892bc211855265020b5042a1fd);});$marker.push(m_506787892bc211855265020b5042a1fd);}});}google.maps.event.addDomListener(window, 'load', initialize);