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.186,-83.7353)};var g_a4f4f13b77c7a3f900e34d63f08149f0 = new google.maps.Geocoder();g_a4f4f13b77c7a3f900e34d63f08149f0.geocode( { 'address': "6983 E Michigan Ave, Saline, MI 48176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saline-MI-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('saline-MI-bank-of-america-financial-center'), mapOptions);}document.getElementById('3ce4c09f').innerHTML += ' | View Map';var $la4f4f13b77c7a3f900e34d63f08149f0 = '

Bank of America Financial Center

Address: 6983 E Michigan Ave, Saline, MI 48176, USA
Phone: (734) 944-0021
';var m_a4f4f13b77c7a3f900e34d63f08149f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_a4f4f13b77c7a3f900e34d63f08149f0['infowindow'] = new google.maps.InfoWindow({content: $la4f4f13b77c7a3f900e34d63f08149f0});var infowindow = new google.maps.InfoWindow({content: $la4f4f13b77c7a3f900e34d63f08149f0});google.maps.event.addListener(m_a4f4f13b77c7a3f900e34d63f08149f0, 'click', function() {infowindow.open(map,m_a4f4f13b77c7a3f900e34d63f08149f0);});$marker.push(m_a4f4f13b77c7a3f900e34d63f08149f0);}});}google.maps.event.addDomListener(window, 'load', initialize);