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.3095,-80.1245)};var g_afc7b185f2412f944bdfac7e80b7f19b = new google.maps.Geocoder();g_afc7b185f2412f944bdfac7e80b7f19b.geocode( { 'address': "101 Commerce Blvd, Lawrence, PA 15055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrence-PA-princeton-financial').style.display = '';map = new google.maps.Map(document.getElementById('lawrence-PA-princeton-financial'), mapOptions);}document.getElementById('4a234c81').innerHTML += ' | View Map';var $lafc7b185f2412f944bdfac7e80b7f19b = '

Princeton Financial

Address: 101 Commerce Blvd, Lawrence, PA 15055, USA
Phone: (724) 271-3206
';var m_afc7b185f2412f944bdfac7e80b7f19b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Princeton Financial',});m_afc7b185f2412f944bdfac7e80b7f19b['infowindow'] = new google.maps.InfoWindow({content: $lafc7b185f2412f944bdfac7e80b7f19b});var infowindow = new google.maps.InfoWindow({content: $lafc7b185f2412f944bdfac7e80b7f19b});google.maps.event.addListener(m_afc7b185f2412f944bdfac7e80b7f19b, 'click', function() {infowindow.open(map,m_afc7b185f2412f944bdfac7e80b7f19b);});$marker.push(m_afc7b185f2412f944bdfac7e80b7f19b);}});}google.maps.event.addDomListener(window, 'load', initialize);