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.2449,-83.7588)};var g_0d6d2db1c06f9656df48f5547110b001 = new google.maps.Geocoder();g_0d6d2db1c06f9656df48f5547110b001.geocode( { 'address': "877 W Eisenhower Pkwy, Ann Arbor, MI 48103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-bank-of-america-mortgage'), mapOptions);}document.getElementById('f8df961e').innerHTML += ' | View Map';var $l0d6d2db1c06f9656df48f5547110b001 = '

Bank of America Mortgage

Address: 877 W Eisenhower Pkwy, Ann Arbor, MI 48103, USA
Phone: (616) 283-5045
';var m_0d6d2db1c06f9656df48f5547110b001 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_0d6d2db1c06f9656df48f5547110b001['infowindow'] = new google.maps.InfoWindow({content: $l0d6d2db1c06f9656df48f5547110b001});var infowindow = new google.maps.InfoWindow({content: $l0d6d2db1c06f9656df48f5547110b001});google.maps.event.addListener(m_0d6d2db1c06f9656df48f5547110b001, 'click', function() {infowindow.open(map,m_0d6d2db1c06f9656df48f5547110b001);});$marker.push(m_0d6d2db1c06f9656df48f5547110b001);}});}google.maps.event.addDomListener(window, 'load', initialize);