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.2131,-83.1927)};var g_aae8700f9a23f9f332bcf97e560328d2 = new google.maps.Geocoder();g_aae8700f9a23f9f332bcf97e560328d2.geocode( { 'address': "13763 Northline Rd, Southgate, MI 48195, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southgate-MI-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('southgate-MI-bank-of-america-financial-center'), mapOptions);}document.getElementById('078b6f49').innerHTML += ' | View Map';var $laae8700f9a23f9f332bcf97e560328d2 = '

Bank of America Financial Center

Address: 13763 Northline Rd, Southgate, MI 48195, USA
Phone: (734) 283-3336
';var m_aae8700f9a23f9f332bcf97e560328d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_aae8700f9a23f9f332bcf97e560328d2['infowindow'] = new google.maps.InfoWindow({content: $laae8700f9a23f9f332bcf97e560328d2});var infowindow = new google.maps.InfoWindow({content: $laae8700f9a23f9f332bcf97e560328d2});google.maps.event.addListener(m_aae8700f9a23f9f332bcf97e560328d2, 'click', function() {infowindow.open(map,m_aae8700f9a23f9f332bcf97e560328d2);});$marker.push(m_aae8700f9a23f9f332bcf97e560328d2);}});}google.maps.event.addDomListener(window, 'load', initialize);