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.5925,-83.6009)};var g_f289f4f37a85df9da81d4c127e886e89 = new google.maps.Geocoder();g_f289f4f37a85df9da81d4c127e886e89.geocode( { 'address': "525 N Main St, Milford, MI 48381, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-charter-township-MI-david-allen-capital-inc').style.display = '';map = new google.maps.Map(document.getElementById('milford-charter-township-MI-david-allen-capital-inc'), mapOptions);}document.getElementById('0b0a3c51').innerHTML += ' | View Map';var $lf289f4f37a85df9da81d4c127e886e89 = '

David Allen Capital, Inc.

Address: 525 N Main St, Milford, MI 48381, USA
Phone: (888) 811-5215
';var m_f289f4f37a85df9da81d4c127e886e89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Allen Capital, Inc.',});m_f289f4f37a85df9da81d4c127e886e89['infowindow'] = new google.maps.InfoWindow({content: $lf289f4f37a85df9da81d4c127e886e89});var infowindow = new google.maps.InfoWindow({content: $lf289f4f37a85df9da81d4c127e886e89});google.maps.event.addListener(m_f289f4f37a85df9da81d4c127e886e89, 'click', function() {infowindow.open(map,m_f289f4f37a85df9da81d4c127e886e89);});$marker.push(m_f289f4f37a85df9da81d4c127e886e89);}});}google.maps.event.addDomListener(window, 'load', initialize);