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(33.4664,-86.7813)};var g_14709cf20125119d29858b9e88ec3270 = new google.maps.Geocoder();g_14709cf20125119d29858b9e88ec3270.geocode( { 'address': "2200 Lakeshore Dr # 275, Birmingham, AL 35209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-grandbridge-real-estate-capital').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-grandbridge-real-estate-capital'), mapOptions);}document.getElementById('b15d643b').innerHTML += ' | View Map';var $l14709cf20125119d29858b9e88ec3270 = '

Grandbridge Real Estate Capital

Address: 2200 Lakeshore Dr # 275, Birmingham, AL 35209, USA
Phone: (205) 871-8146
';var m_14709cf20125119d29858b9e88ec3270 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grandbridge Real Estate Capital',});m_14709cf20125119d29858b9e88ec3270['infowindow'] = new google.maps.InfoWindow({content: $l14709cf20125119d29858b9e88ec3270});var infowindow = new google.maps.InfoWindow({content: $l14709cf20125119d29858b9e88ec3270});google.maps.event.addListener(m_14709cf20125119d29858b9e88ec3270, 'click', function() {infowindow.open(map,m_14709cf20125119d29858b9e88ec3270);});$marker.push(m_14709cf20125119d29858b9e88ec3270);}});}google.maps.event.addDomListener(window, 'load', initialize);