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.1548,-80.837)};var g_388c2a5ecd478bcd1e8b2f1cb46a936b = new google.maps.Geocoder();g_388c2a5ecd478bcd1e8b2f1cb46a936b.geocode( { 'address': "4201 Congress St #475, Charlotte, NC 28209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-b2r-finance').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-b2r-finance'), mapOptions);}document.getElementById('a69c66dc').innerHTML += ' | View Map';var $l388c2a5ecd478bcd1e8b2f1cb46a936b = '

B2R Finance

Address: 4201 Congress St #475, Charlotte, NC 28209, USA
Phone: (800) 227-8107
';var m_388c2a5ecd478bcd1e8b2f1cb46a936b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B2R Finance',});m_388c2a5ecd478bcd1e8b2f1cb46a936b['infowindow'] = new google.maps.InfoWindow({content: $l388c2a5ecd478bcd1e8b2f1cb46a936b});var infowindow = new google.maps.InfoWindow({content: $l388c2a5ecd478bcd1e8b2f1cb46a936b});google.maps.event.addListener(m_388c2a5ecd478bcd1e8b2f1cb46a936b, 'click', function() {infowindow.open(map,m_388c2a5ecd478bcd1e8b2f1cb46a936b);});$marker.push(m_388c2a5ecd478bcd1e8b2f1cb46a936b);}});}google.maps.event.addDomListener(window, 'load', initialize);