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.7863,-84.3846)};var g_452c30b47c6702db8d6519265d563cb1 = new google.maps.Geocoder();g_452c30b47c6702db8d6519265d563cb1.geocode( { 'address': "1170 Peachtree St NE #1200, Atlanta, GA 30309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-flipside-capital').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-flipside-capital'), mapOptions);}document.getElementById('8d71a072').innerHTML += ' | View Map';var $l452c30b47c6702db8d6519265d563cb1 = '

Flipside Capital

Address: 1170 Peachtree St NE #1200, Atlanta, GA 30309, USA
Phone: (678) 372-7793
';var m_452c30b47c6702db8d6519265d563cb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flipside Capital',});m_452c30b47c6702db8d6519265d563cb1['infowindow'] = new google.maps.InfoWindow({content: $l452c30b47c6702db8d6519265d563cb1});var infowindow = new google.maps.InfoWindow({content: $l452c30b47c6702db8d6519265d563cb1});google.maps.event.addListener(m_452c30b47c6702db8d6519265d563cb1, 'click', function() {infowindow.open(map,m_452c30b47c6702db8d6519265d563cb1);});$marker.push(m_452c30b47c6702db8d6519265d563cb1);}});}google.maps.event.addDomListener(window, 'load', initialize);