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.364,-79.9846)};var g_00036f182bb0746fc8048d8e0bc785b3 = new google.maps.Geocoder();g_00036f182bb0746fc8048d8e0bc785b3.geocode( { 'address': "4232 Brownsville Rd # 159, Pittsburgh, PA 15227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-jefferson-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-jefferson-financial-group'), mapOptions);}document.getElementById('235a64db').innerHTML += ' | View Map';var $l00036f182bb0746fc8048d8e0bc785b3 = '

Jefferson Financial Group

Address: 4232 Brownsville Rd # 159, Pittsburgh, PA 15227, USA
Phone: (412) 882-9955
';var m_00036f182bb0746fc8048d8e0bc785b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jefferson Financial Group',});m_00036f182bb0746fc8048d8e0bc785b3['infowindow'] = new google.maps.InfoWindow({content: $l00036f182bb0746fc8048d8e0bc785b3});var infowindow = new google.maps.InfoWindow({content: $l00036f182bb0746fc8048d8e0bc785b3});google.maps.event.addListener(m_00036f182bb0746fc8048d8e0bc785b3, 'click', function() {infowindow.open(map,m_00036f182bb0746fc8048d8e0bc785b3);});$marker.push(m_00036f182bb0746fc8048d8e0bc785b3);}});}google.maps.event.addDomListener(window, 'load', initialize);