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(39.15,-75.5315)};var g_0ac674786ed726e255e2216b56c61b5a = new google.maps.Geocoder();g_0ac674786ed726e255e2216b56c61b5a.geocode( { 'address': "1675 S State St, Dover, DE 19901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dover-DE-first-state-manufactured-housing-association').style.display = '';map = new google.maps.Map(document.getElementById('dover-DE-first-state-manufactured-housing-association'), mapOptions);}document.getElementById('feb3ebb2').innerHTML += ' | View Map';var $l0ac674786ed726e255e2216b56c61b5a = '

First State Manufactured Housing Association

Address: 1675 S State St, Dover, DE 19901
Phone: (302) 674-5868
';var m_0ac674786ed726e255e2216b56c61b5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Manufactured Housing Association',});m_0ac674786ed726e255e2216b56c61b5a['infowindow'] = new google.maps.InfoWindow({content: $l0ac674786ed726e255e2216b56c61b5a});var infowindow = new google.maps.InfoWindow({content: $l0ac674786ed726e255e2216b56c61b5a});google.maps.event.addListener(m_0ac674786ed726e255e2216b56c61b5a, 'click', function() {infowindow.open(map,m_0ac674786ed726e255e2216b56c61b5a);});$marker.push(m_0ac674786ed726e255e2216b56c61b5a);}});}google.maps.event.addDomListener(window, 'load', initialize);