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.3697,-80.0314)};var g_461beab646d4e7e0fd168125f577483b = new google.maps.Geocoder();g_461beab646d4e7e0fd168125f577483b.geocode( { 'address': "475 Mt Lebanon Blvd, Pittsburgh, PA 15234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-sparklez-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-sparklez-jewelry--loan'), mapOptions);}document.getElementById('32a7eb99').innerHTML += ' | View Map';var $l461beab646d4e7e0fd168125f577483b = '

Sparklez Jewelry & Loan

Address: 475 Mt Lebanon Blvd, Pittsburgh, PA 15234, USA
Phone: (412) 835-8805
';var m_461beab646d4e7e0fd168125f577483b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sparklez Jewelry & Loan',});m_461beab646d4e7e0fd168125f577483b['infowindow'] = new google.maps.InfoWindow({content: $l461beab646d4e7e0fd168125f577483b});var infowindow = new google.maps.InfoWindow({content: $l461beab646d4e7e0fd168125f577483b});google.maps.event.addListener(m_461beab646d4e7e0fd168125f577483b, 'click', function() {infowindow.open(map,m_461beab646d4e7e0fd168125f577483b);});$marker.push(m_461beab646d4e7e0fd168125f577483b);}});}google.maps.event.addDomListener(window, 'load', initialize);