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.3026,-80.2764)};var g_40b7c267ed7f3e37a04513940d898549 = new google.maps.Geocoder();g_40b7c267ed7f3e37a04513940d898549.geocode( { 'address': "1507 Johnson Ave, Bridgeport, WV 26330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-WV-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-WV-chase-mortgage'), mapOptions);}document.getElementById('fbe4d0fd').innerHTML += ' | View Map';var $l40b7c267ed7f3e37a04513940d898549 = '

Chase Mortgage

Address: 1507 Johnson Ave, Bridgeport, WV 26330, USA
Phone: (304) 842-9568
';var m_40b7c267ed7f3e37a04513940d898549 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_40b7c267ed7f3e37a04513940d898549['infowindow'] = new google.maps.InfoWindow({content: $l40b7c267ed7f3e37a04513940d898549});var infowindow = new google.maps.InfoWindow({content: $l40b7c267ed7f3e37a04513940d898549});google.maps.event.addListener(m_40b7c267ed7f3e37a04513940d898549, 'click', function() {infowindow.open(map,m_40b7c267ed7f3e37a04513940d898549);});$marker.push(m_40b7c267ed7f3e37a04513940d898549);}});}google.maps.event.addDomListener(window, 'load', initialize);