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(39.2816,-80.2792)};var g_b7a8a8671824efbc6758debeeb3b2b31 = new google.maps.Geocoder();g_b7a8a8671824efbc6758debeeb3b2b31.geocode( { 'address': "109 Tolley Dr, Bridgeport, WV 26330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-WV-lucky-day-pawn-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-WV-lucky-day-pawn-and-loan'), mapOptions);}document.getElementById('ad3ba368').innerHTML += ' | View Map';var $lb7a8a8671824efbc6758debeeb3b2b31 = '

Lucky Day Pawn and Loan

Address: 109 Tolley Dr, Bridgeport, WV 26330, USA
Phone: (304) 933-3889
';var m_b7a8a8671824efbc6758debeeb3b2b31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucky Day Pawn and Loan',});m_b7a8a8671824efbc6758debeeb3b2b31['infowindow'] = new google.maps.InfoWindow({content: $lb7a8a8671824efbc6758debeeb3b2b31});var infowindow = new google.maps.InfoWindow({content: $lb7a8a8671824efbc6758debeeb3b2b31});google.maps.event.addListener(m_b7a8a8671824efbc6758debeeb3b2b31, 'click', function() {infowindow.open(map,m_b7a8a8671824efbc6758debeeb3b2b31);});$marker.push(m_b7a8a8671824efbc6758debeeb3b2b31);}});}google.maps.event.addDomListener(window, 'load', initialize);