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.0885,-74.9388)};var g_2cfbb41a698bac817217e5c255bb7421 = new google.maps.Geocoder();g_2cfbb41a698bac817217e5c255bb7421.geocode( { 'address': "1332 Street Rd, Bensalem, PA 19020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-centurion-iv-llc').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-centurion-iv-llc'), mapOptions);}document.getElementById('76f2588d').innerHTML += ' | View Map';var $l2cfbb41a698bac817217e5c255bb7421 = '

Centurion IV LLC

Address: 1332 Street Rd, Bensalem, PA 19020, USA
Phone: (888) 304-3112
';var m_2cfbb41a698bac817217e5c255bb7421 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centurion IV LLC',});m_2cfbb41a698bac817217e5c255bb7421['infowindow'] = new google.maps.InfoWindow({content: $l2cfbb41a698bac817217e5c255bb7421});var infowindow = new google.maps.InfoWindow({content: $l2cfbb41a698bac817217e5c255bb7421});google.maps.event.addListener(m_2cfbb41a698bac817217e5c255bb7421, 'click', function() {infowindow.open(map,m_2cfbb41a698bac817217e5c255bb7421);});$marker.push(m_2cfbb41a698bac817217e5c255bb7421);}});}google.maps.event.addDomListener(window, 'load', initialize);