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.2533,-83.2083)};var g_f023559c6d59c04e3804209f573dbff9 = new google.maps.Geocoder();g_f023559c6d59c04e3804209f573dbff9.geocode( { 'address': "7240 Park Ave, Allen Park, MI 48101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allen-park-MI-rivers-edge-financial').style.display = '';map = new google.maps.Map(document.getElementById('allen-park-MI-rivers-edge-financial'), mapOptions);}document.getElementById('bf07b84b').innerHTML += ' | View Map';var $lf023559c6d59c04e3804209f573dbff9 = '

Rivers Edge Financial

Address: 7240 Park Ave, Allen Park, MI 48101
Phone: (313) 386-4500
';var m_f023559c6d59c04e3804209f573dbff9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rivers Edge Financial',});m_f023559c6d59c04e3804209f573dbff9['infowindow'] = new google.maps.InfoWindow({content: $lf023559c6d59c04e3804209f573dbff9});var infowindow = new google.maps.InfoWindow({content: $lf023559c6d59c04e3804209f573dbff9});google.maps.event.addListener(m_f023559c6d59c04e3804209f573dbff9, 'click', function() {infowindow.open(map,m_f023559c6d59c04e3804209f573dbff9);});$marker.push(m_f023559c6d59c04e3804209f573dbff9);}});}google.maps.event.addDomListener(window, 'load', initialize);