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(38.9035,-75.4324)};var g_aaf865faa54264d31920210a3c6d0ed3 = new google.maps.Geocoder();g_aaf865faa54264d31920210a3c6d0ed3.geocode( { 'address': "5 W Masten Cir, Milford, DE 19963"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-DE-first-state-mfg').style.display = '';map = new google.maps.Map(document.getElementById('milford-DE-first-state-mfg'), mapOptions);}document.getElementById('fc3621e0').innerHTML += ' | View Map';var $laaf865faa54264d31920210a3c6d0ed3 = '

First State Mfg

Address: 5 W Masten Cir, Milford, DE 19963
Phone: (302) 424-4520
';var m_aaf865faa54264d31920210a3c6d0ed3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Mfg',});m_aaf865faa54264d31920210a3c6d0ed3['infowindow'] = new google.maps.InfoWindow({content: $laaf865faa54264d31920210a3c6d0ed3});var infowindow = new google.maps.InfoWindow({content: $laaf865faa54264d31920210a3c6d0ed3});google.maps.event.addListener(m_aaf865faa54264d31920210a3c6d0ed3, 'click', function() {infowindow.open(map,m_aaf865faa54264d31920210a3c6d0ed3);});$marker.push(m_aaf865faa54264d31920210a3c6d0ed3);}});}google.maps.event.addDomListener(window, 'load', initialize);