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(37.3343,-79.5231)};var g_397b233c06ba97b635731d222783217e = new google.maps.Geocoder();g_397b233c06ba97b635731d222783217e.geocode( { 'address': "Bedford, VA 24523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-VA-j-p-industries-inc').style.display = '';map = new google.maps.Map(document.getElementById('bedford-VA-j-p-industries-inc'), mapOptions);}document.getElementById('590e38d3').innerHTML += ' | View Map';var $l397b233c06ba97b635731d222783217e = '

J P Industries Inc

Address: Bedford, VA 24523, USA
Phone: (540) 297-8884
';var m_397b233c06ba97b635731d222783217e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J P Industries Inc',});m_397b233c06ba97b635731d222783217e['infowindow'] = new google.maps.InfoWindow({content: $l397b233c06ba97b635731d222783217e});var infowindow = new google.maps.InfoWindow({content: $l397b233c06ba97b635731d222783217e});google.maps.event.addListener(m_397b233c06ba97b635731d222783217e, 'click', function() {infowindow.open(map,m_397b233c06ba97b635731d222783217e);});$marker.push(m_397b233c06ba97b635731d222783217e);}});}google.maps.event.addDomListener(window, 'load', initialize);