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(41.4525,-75.6351)};var g_68316b106a50cc8911d5e1b36a730ca7 = new google.maps.Geocoder();g_68316b106a50cc8911d5e1b36a730ca7.geocode( { 'address': "245 N Main St, Dickson City, PA 18519, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickson-city-PA-commonwealth-financial-systems-incorporated').style.display = '';map = new google.maps.Map(document.getElementById('dickson-city-PA-commonwealth-financial-systems-incorporated'), mapOptions);}document.getElementById('34c41f95').innerHTML += ' | View Map';var $l68316b106a50cc8911d5e1b36a730ca7 = '

Commonwealth Financial Systems, Incorporated

Address: 245 N Main St, Dickson City, PA 18519, USA
Phone: (570) 347-1115
';var m_68316b106a50cc8911d5e1b36a730ca7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Financial Systems, Incorporated',});m_68316b106a50cc8911d5e1b36a730ca7['infowindow'] = new google.maps.InfoWindow({content: $l68316b106a50cc8911d5e1b36a730ca7});var infowindow = new google.maps.InfoWindow({content: $l68316b106a50cc8911d5e1b36a730ca7});google.maps.event.addListener(m_68316b106a50cc8911d5e1b36a730ca7, 'click', function() {infowindow.open(map,m_68316b106a50cc8911d5e1b36a730ca7);});$marker.push(m_68316b106a50cc8911d5e1b36a730ca7);}});}google.maps.event.addDomListener(window, 'load', initialize);