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.4291,-78.5625)};var g_d82ced4d399f271c1f206b76f8e6a893 = new google.maps.Geocoder();g_d82ced4d399f271c1f206b76f8e6a893.geocode( { 'address': "129 N Michael St, St Marys, PA 15857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-PA-howell--co-inc').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-PA-howell--co-inc'), mapOptions);}document.getElementById('e37da442').innerHTML += ' | View Map';var $ld82ced4d399f271c1f206b76f8e6a893 = '

Howell & Co Inc

Address: 129 N Michael St, St Marys, PA 15857, USA
Phone: (814) 781-1345
';var m_d82ced4d399f271c1f206b76f8e6a893 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Howell & Co Inc',});m_d82ced4d399f271c1f206b76f8e6a893['infowindow'] = new google.maps.InfoWindow({content: $ld82ced4d399f271c1f206b76f8e6a893});var infowindow = new google.maps.InfoWindow({content: $ld82ced4d399f271c1f206b76f8e6a893});google.maps.event.addListener(m_d82ced4d399f271c1f206b76f8e6a893, 'click', function() {infowindow.open(map,m_d82ced4d399f271c1f206b76f8e6a893);});$marker.push(m_d82ced4d399f271c1f206b76f8e6a893);}});}google.maps.event.addDomListener(window, 'load', initialize);