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.21,-80.859)};var g_8687c6871805f875cf23b0dd1acd74d5 = new google.maps.Geocoder();g_8687c6871805f875cf23b0dd1acd74d5.geocode( { 'address': "1919 South Blvd # 201, Charlotte, NC 28203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-cunningham--co-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-cunningham--co-mortgage'), mapOptions);}document.getElementById('1697f2c9').innerHTML += ' | View Map';var $l8687c6871805f875cf23b0dd1acd74d5 = '

Cunningham & Co Mortgage

Address: 1919 South Blvd # 201, Charlotte, NC 28203, USA
Phone: (704) 335-1913
';var m_8687c6871805f875cf23b0dd1acd74d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cunningham & Co Mortgage',});m_8687c6871805f875cf23b0dd1acd74d5['infowindow'] = new google.maps.InfoWindow({content: $l8687c6871805f875cf23b0dd1acd74d5});var infowindow = new google.maps.InfoWindow({content: $l8687c6871805f875cf23b0dd1acd74d5});google.maps.event.addListener(m_8687c6871805f875cf23b0dd1acd74d5, 'click', function() {infowindow.open(map,m_8687c6871805f875cf23b0dd1acd74d5);});$marker.push(m_8687c6871805f875cf23b0dd1acd74d5);}});}google.maps.event.addDomListener(window, 'load', initialize);