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.6103,-86.6267)};var g_31075b60410d78407f6415b92a3228f1 = new google.maps.Geocoder();g_31075b60410d78407f6415b92a3228f1.geocode( { 'address': "1960 Gadsden Hwy # 116, Birmingham, AL 35235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-citifinancial').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-citifinancial'), mapOptions);}document.getElementById('c7873df6').innerHTML += ' | View Map';var $l31075b60410d78407f6415b92a3228f1 = '

Citifinancial

Address: 1960 Gadsden Hwy # 116, Birmingham, AL 35235, USA
Phone: (205) 655-8960
';var m_31075b60410d78407f6415b92a3228f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citifinancial',});m_31075b60410d78407f6415b92a3228f1['infowindow'] = new google.maps.InfoWindow({content: $l31075b60410d78407f6415b92a3228f1});var infowindow = new google.maps.InfoWindow({content: $l31075b60410d78407f6415b92a3228f1});google.maps.event.addListener(m_31075b60410d78407f6415b92a3228f1, 'click', function() {infowindow.open(map,m_31075b60410d78407f6415b92a3228f1);});$marker.push(m_31075b60410d78407f6415b92a3228f1);}});}google.maps.event.addDomListener(window, 'load', initialize);