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.193,-80.8263)};var g_6e82873a32b95af115de1c414a1849cb = new google.maps.Geocoder();g_6e82873a32b95af115de1c414a1849cb.geocode( { 'address': "5028 Milford Rd, Charlotte, NC 28210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-b-and-g-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-b-and-g-financial-solutions'), mapOptions);}document.getElementById('ed80d02d').innerHTML += ' | View Map';var $l6e82873a32b95af115de1c414a1849cb = '

B and G FInancial Solutions

Address: 5028 Milford Rd, Charlotte, NC 28210
Phone: (888) 255-9733
';var m_6e82873a32b95af115de1c414a1849cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B and G FInancial Solutions',});m_6e82873a32b95af115de1c414a1849cb['infowindow'] = new google.maps.InfoWindow({content: $l6e82873a32b95af115de1c414a1849cb});var infowindow = new google.maps.InfoWindow({content: $l6e82873a32b95af115de1c414a1849cb});google.maps.event.addListener(m_6e82873a32b95af115de1c414a1849cb, 'click', function() {infowindow.open(map,m_6e82873a32b95af115de1c414a1849cb);});$marker.push(m_6e82873a32b95af115de1c414a1849cb);}});}google.maps.event.addDomListener(window, 'load', initialize);