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(40.5227,-75.387)};var g_262439219cbd8ccff7a7b0b234a1e12b = new google.maps.Geocoder();g_262439219cbd8ccff7a7b0b234a1e12b.geocode( { 'address': "6666 Passer Rd, Coopersburg, PA 18036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coopersburg-PA-noti--mc-phillips-llc').style.display = '';map = new google.maps.Map(document.getElementById('coopersburg-PA-noti--mc-phillips-llc'), mapOptions);}document.getElementById('6985b9a4').innerHTML += ' | View Map';var $l262439219cbd8ccff7a7b0b234a1e12b = '

Noti & Mc Phillips LLC

Address: 6666 Passer Rd, Coopersburg, PA 18036, USA
Phone: (610) 282-2618
';var m_262439219cbd8ccff7a7b0b234a1e12b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Noti & Mc Phillips LLC',});m_262439219cbd8ccff7a7b0b234a1e12b['infowindow'] = new google.maps.InfoWindow({content: $l262439219cbd8ccff7a7b0b234a1e12b});var infowindow = new google.maps.InfoWindow({content: $l262439219cbd8ccff7a7b0b234a1e12b});google.maps.event.addListener(m_262439219cbd8ccff7a7b0b234a1e12b, 'click', function() {infowindow.open(map,m_262439219cbd8ccff7a7b0b234a1e12b);});$marker.push(m_262439219cbd8ccff7a7b0b234a1e12b);}});}google.maps.event.addDomListener(window, 'load', initialize);