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(35.4821,-80.8834)};var g_772894fa5f91f67a85e4c650fa2ec7c6 = new google.maps.Geocoder();g_772894fa5f91f67a85e4c650fa2ec7c6.geocode( { 'address': "20017 W Catawba Ave, Cornelius, NC 28031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-river-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-river-bank-mortgage'), mapOptions);}document.getElementById('b6bc99a9').innerHTML += ' | View Map';var $l772894fa5f91f67a85e4c650fa2ec7c6 = '

River Bank Mortgage

Address: 20017 W Catawba Ave, Cornelius, NC 28031, USA
Phone: (704) 439-2711
';var m_772894fa5f91f67a85e4c650fa2ec7c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Bank Mortgage',});m_772894fa5f91f67a85e4c650fa2ec7c6['infowindow'] = new google.maps.InfoWindow({content: $l772894fa5f91f67a85e4c650fa2ec7c6});var infowindow = new google.maps.InfoWindow({content: $l772894fa5f91f67a85e4c650fa2ec7c6});google.maps.event.addListener(m_772894fa5f91f67a85e4c650fa2ec7c6, 'click', function() {infowindow.open(map,m_772894fa5f91f67a85e4c650fa2ec7c6);});$marker.push(m_772894fa5f91f67a85e4c650fa2ec7c6);}});}google.maps.event.addDomListener(window, 'load', initialize);