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(32.3397,-86.1932)};var g_c600be74e881e615acc6484eb16a545d = new google.maps.Geocoder();g_c600be74e881e615acc6484eb16a545d.geocode( { 'address': "2779 Bell Rd, Montgomery, AL 36117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-metro-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-metro-city-bank'), mapOptions);}document.getElementById('e57e9a38').innerHTML += ' | View Map';var $lc600be74e881e615acc6484eb16a545d = '

Metro City Bank

Address: 2779 Bell Rd, Montgomery, AL 36117, USA
Phone: (334) 260-4926
';var m_c600be74e881e615acc6484eb16a545d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro City Bank',});m_c600be74e881e615acc6484eb16a545d['infowindow'] = new google.maps.InfoWindow({content: $lc600be74e881e615acc6484eb16a545d});var infowindow = new google.maps.InfoWindow({content: $lc600be74e881e615acc6484eb16a545d});google.maps.event.addListener(m_c600be74e881e615acc6484eb16a545d, 'click', function() {infowindow.open(map,m_c600be74e881e615acc6484eb16a545d);});$marker.push(m_c600be74e881e615acc6484eb16a545d);}});}google.maps.event.addDomListener(window, 'load', initialize);