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.2578,-75.0895)};var g_78750b0e97267780f78bec4426ebef90 = new google.maps.Geocoder();g_78750b0e97267780f78bec4426ebef90.geocode( { 'address': "2370 York Rd C2, Jamison, PA 18929, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamison-PA-cataldo-financial--consulting-group').style.display = '';map = new google.maps.Map(document.getElementById('jamison-PA-cataldo-financial--consulting-group'), mapOptions);}document.getElementById('52c42f14').innerHTML += ' | View Map';var $l78750b0e97267780f78bec4426ebef90 = '

Cataldo Financial & Consulting Group

Address: 2370 York Rd C2, Jamison, PA 18929, USA
Phone: (215) 491-9566
';var m_78750b0e97267780f78bec4426ebef90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cataldo Financial & Consulting Group',});m_78750b0e97267780f78bec4426ebef90['infowindow'] = new google.maps.InfoWindow({content: $l78750b0e97267780f78bec4426ebef90});var infowindow = new google.maps.InfoWindow({content: $l78750b0e97267780f78bec4426ebef90});google.maps.event.addListener(m_78750b0e97267780f78bec4426ebef90, 'click', function() {infowindow.open(map,m_78750b0e97267780f78bec4426ebef90);});$marker.push(m_78750b0e97267780f78bec4426ebef90);}});}google.maps.event.addDomListener(window, 'load', initialize);