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.9559,-75.9802)};var g_763537898572ebe18671979a2e0ec89d = new google.maps.Geocoder();g_763537898572ebe18671979a2e0ec89d.geocode( { 'address': "359 W Broad St, Hazleton, PA 18201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazleton-PA-veronicas-express-inc').style.display = '';map = new google.maps.Map(document.getElementById('hazleton-PA-veronicas-express-inc'), mapOptions);}document.getElementById('5c9f0290').innerHTML += ' | View Map';var $l763537898572ebe18671979a2e0ec89d = '

Veronica'S Express Inc

Address: 359 W Broad St, Hazleton, PA 18201, USA
Phone: (570) 455-4322
';var m_763537898572ebe18671979a2e0ec89d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veronica'S Express Inc',});m_763537898572ebe18671979a2e0ec89d['infowindow'] = new google.maps.InfoWindow({content: $l763537898572ebe18671979a2e0ec89d});var infowindow = new google.maps.InfoWindow({content: $l763537898572ebe18671979a2e0ec89d});google.maps.event.addListener(m_763537898572ebe18671979a2e0ec89d, 'click', function() {infowindow.open(map,m_763537898572ebe18671979a2e0ec89d);});$marker.push(m_763537898572ebe18671979a2e0ec89d);}});}google.maps.event.addDomListener(window, 'load', initialize);