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(42.2141,-79.8351)};var g_ed0871ac01726144474982051e55c5f4 = new google.maps.Geocoder();g_ed0871ac01726144474982051e55c5f4.geocode( { 'address': "5 Grant St, North East, PA 16428, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-east-PA-widget-financial').style.display = '';map = new google.maps.Map(document.getElementById('north-east-PA-widget-financial'), mapOptions);}document.getElementById('ff476b78').innerHTML += ' | View Map';var $led0871ac01726144474982051e55c5f4 = '

Widget Financial

Address: 5 Grant St, North East, PA 16428, USA
Phone: (814) 456-6231
';var m_ed0871ac01726144474982051e55c5f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Widget Financial',});m_ed0871ac01726144474982051e55c5f4['infowindow'] = new google.maps.InfoWindow({content: $led0871ac01726144474982051e55c5f4});var infowindow = new google.maps.InfoWindow({content: $led0871ac01726144474982051e55c5f4});google.maps.event.addListener(m_ed0871ac01726144474982051e55c5f4, 'click', function() {infowindow.open(map,m_ed0871ac01726144474982051e55c5f4);});$marker.push(m_ed0871ac01726144474982051e55c5f4);}});}google.maps.event.addDomListener(window, 'load', initialize);