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(41.9748,-91.6609)};var g_e1863af067d7ceb32982dbcadbffe44e = new google.maps.Geocoder();g_e1863af067d7ceb32982dbcadbffe44e.geocode( { 'address': "2605 Blairs Ferry Rd NE, Cedar Rapids, IA 52402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-rapids-IA-security-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('cedar-rapids-IA-security-first-bank'), mapOptions);}document.getElementById('08100aac').innerHTML += ' | View Map';var $le1863af067d7ceb32982dbcadbffe44e = '

Security First Bank

Address: 2605 Blairs Ferry Rd NE, Cedar Rapids, IA 52402
Phone: (319) 743-0443
';var m_e1863af067d7ceb32982dbcadbffe44e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security First Bank',});m_e1863af067d7ceb32982dbcadbffe44e['infowindow'] = new google.maps.InfoWindow({content: $le1863af067d7ceb32982dbcadbffe44e});var infowindow = new google.maps.InfoWindow({content: $le1863af067d7ceb32982dbcadbffe44e});google.maps.event.addListener(m_e1863af067d7ceb32982dbcadbffe44e, 'click', function() {infowindow.open(map,m_e1863af067d7ceb32982dbcadbffe44e);});$marker.push(m_e1863af067d7ceb32982dbcadbffe44e);}});}google.maps.event.addDomListener(window, 'load', initialize);