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.4717,-80.9227)};var g_991c016c602257061e08f52d57a8606c = new google.maps.Geocoder();g_991c016c602257061e08f52d57a8606c.geocode( { 'address': "18905 Peninsula Point Dr, Cornelius, NC 28031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-flex-lease-financial').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-flex-lease-financial'), mapOptions);}document.getElementById('f92331e6').innerHTML += ' | View Map';var $l991c016c602257061e08f52d57a8606c = '

Flex Lease Financial

Address: 18905 Peninsula Point Dr, Cornelius, NC 28031, USA
Phone: (704) 895-0885
';var m_991c016c602257061e08f52d57a8606c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flex Lease Financial',});m_991c016c602257061e08f52d57a8606c['infowindow'] = new google.maps.InfoWindow({content: $l991c016c602257061e08f52d57a8606c});var infowindow = new google.maps.InfoWindow({content: $l991c016c602257061e08f52d57a8606c});google.maps.event.addListener(m_991c016c602257061e08f52d57a8606c, 'click', function() {infowindow.open(map,m_991c016c602257061e08f52d57a8606c);});$marker.push(m_991c016c602257061e08f52d57a8606c);}});}google.maps.event.addDomListener(window, 'load', initialize);