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(43.8412,-82.6642)};var g_5b6ef4c86592199551f2017f5693c3cc = new google.maps.Geocoder();g_5b6ef4c86592199551f2017f5693c3cc.geocode( { 'address': "8974 Sand Beach Rd, Harbor Beach, MI 48441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harbor-beach-MI-b--d-party-store').style.display = '';map = new google.maps.Map(document.getElementById('harbor-beach-MI-b--d-party-store'), mapOptions);}document.getElementById('c1e7632c').innerHTML += ' | View Map';var $l5b6ef4c86592199551f2017f5693c3cc = '

B & D PARTY STORE

Address: 8974 Sand Beach Rd, Harbor Beach, MI 48441, USA
Phone: (989) 479-6800
';var m_5b6ef4c86592199551f2017f5693c3cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B & D PARTY STORE',});m_5b6ef4c86592199551f2017f5693c3cc['infowindow'] = new google.maps.InfoWindow({content: $l5b6ef4c86592199551f2017f5693c3cc});var infowindow = new google.maps.InfoWindow({content: $l5b6ef4c86592199551f2017f5693c3cc});google.maps.event.addListener(m_5b6ef4c86592199551f2017f5693c3cc, 'click', function() {infowindow.open(map,m_5b6ef4c86592199551f2017f5693c3cc);});$marker.push(m_5b6ef4c86592199551f2017f5693c3cc);}});}google.maps.event.addDomListener(window, 'load', initialize);