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(42.6483,-73.7516)};var g_ed354d904d10e4349a85efc49b588496 = new google.maps.Geocoder();g_ed354d904d10e4349a85efc49b588496.geocode( { 'address': "703 Yates St, Albany, NY 12208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-NY-capital-bank-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('albany-NY-capital-bank-financial-corp'), mapOptions);}document.getElementById('0e89d777').innerHTML += ' | View Map';var $led354d904d10e4349a85efc49b588496 = '

Capital Bank Financial Corp

Address: 703 Yates St, Albany, NY 12208
Phone: (212) 399-4020
';var m_ed354d904d10e4349a85efc49b588496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Bank Financial Corp',});m_ed354d904d10e4349a85efc49b588496['infowindow'] = new google.maps.InfoWindow({content: $led354d904d10e4349a85efc49b588496});var infowindow = new google.maps.InfoWindow({content: $led354d904d10e4349a85efc49b588496});google.maps.event.addListener(m_ed354d904d10e4349a85efc49b588496, 'click', function() {infowindow.open(map,m_ed354d904d10e4349a85efc49b588496);});$marker.push(m_ed354d904d10e4349a85efc49b588496);}});}google.maps.event.addDomListener(window, 'load', initialize);