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(38.3456,-81.6311)};var g_a9c92458d0e2c10f8a18ad382d8ec610 = new google.maps.Geocoder();g_a9c92458d0e2c10f8a18ad382d8ec610.geocode( { 'address': "1202 Virginia St E, Charleston, WV 25301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-gateway-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-gateway-mortgage-group'), mapOptions);}document.getElementById('5586c6c7').innerHTML += ' | View Map';var $la9c92458d0e2c10f8a18ad382d8ec610 = '

Gateway Mortgage Group

Address: 1202 Virginia St E, Charleston, WV 25301, USA
Phone: (304) 881-0717
';var m_a9c92458d0e2c10f8a18ad382d8ec610 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Mortgage Group',});m_a9c92458d0e2c10f8a18ad382d8ec610['infowindow'] = new google.maps.InfoWindow({content: $la9c92458d0e2c10f8a18ad382d8ec610});var infowindow = new google.maps.InfoWindow({content: $la9c92458d0e2c10f8a18ad382d8ec610});google.maps.event.addListener(m_a9c92458d0e2c10f8a18ad382d8ec610, 'click', function() {infowindow.open(map,m_a9c92458d0e2c10f8a18ad382d8ec610);});$marker.push(m_a9c92458d0e2c10f8a18ad382d8ec610);}});}google.maps.event.addDomListener(window, 'load', initialize);