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.5833,-81.3806)};var g_d1e5733d1cc3f3ea171cecd68154b96f = new google.maps.Geocoder();g_d1e5733d1cc3f3ea171cecd68154b96f.geocode( { 'address': "200 Moran Ave, Mullens, WV 25882, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mullens-WV-nationwide-insurance-sam-j-baker').style.display = '';map = new google.maps.Map(document.getElementById('mullens-WV-nationwide-insurance-sam-j-baker'), mapOptions);}document.getElementById('f46a83e2').innerHTML += ' | View Map';var $ld1e5733d1cc3f3ea171cecd68154b96f = '

Nationwide Insurance: Sam J Baker

Address: 200 Moran Ave, Mullens, WV 25882, USA
Phone: (304) 294-7283
';var m_d1e5733d1cc3f3ea171cecd68154b96f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Sam J Baker',});m_d1e5733d1cc3f3ea171cecd68154b96f['infowindow'] = new google.maps.InfoWindow({content: $ld1e5733d1cc3f3ea171cecd68154b96f});var infowindow = new google.maps.InfoWindow({content: $ld1e5733d1cc3f3ea171cecd68154b96f});google.maps.event.addListener(m_d1e5733d1cc3f3ea171cecd68154b96f, 'click', function() {infowindow.open(map,m_d1e5733d1cc3f3ea171cecd68154b96f);});$marker.push(m_d1e5733d1cc3f3ea171cecd68154b96f);}});}google.maps.event.addDomListener(window, 'load', initialize);