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.2344,-84.3294)};var g_65556ffd720276df70c1553bc19168f4 = new google.maps.Geocoder();g_65556ffd720276df70c1553bc19168f4.geocode( { 'address': "4548 Page Ave, Michigan Center, MI 49254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-center-MI-bbn-finance').style.display = '';map = new google.maps.Map(document.getElementById('michigan-center-MI-bbn-finance'), mapOptions);}document.getElementById('ad728298').innerHTML += ' | View Map';var $l65556ffd720276df70c1553bc19168f4 = '

BBN Finance

Address: 4548 Page Ave, Michigan Center, MI 49254, USA
Phone: (517) 748-9166
';var m_65556ffd720276df70c1553bc19168f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBN Finance',});m_65556ffd720276df70c1553bc19168f4['infowindow'] = new google.maps.InfoWindow({content: $l65556ffd720276df70c1553bc19168f4});var infowindow = new google.maps.InfoWindow({content: $l65556ffd720276df70c1553bc19168f4});google.maps.event.addListener(m_65556ffd720276df70c1553bc19168f4, 'click', function() {infowindow.open(map,m_65556ffd720276df70c1553bc19168f4);});$marker.push(m_65556ffd720276df70c1553bc19168f4);}});}google.maps.event.addDomListener(window, 'load', initialize);