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()};var g_96e1da3b09373c4e9ab748abf0d43329 = new google.maps.Geocoder();g_96e1da3b09373c4e9ab748abf0d43329.geocode( { 'address': "2100 E Florence Ave, Florence-Graham, CA 90255"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-graham-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('florence-graham-CA-bank-of-america'), mapOptions);}document.getElementById('a400a08d').innerHTML += ' | View Map';var $l96e1da3b09373c4e9ab748abf0d43329 = '

Bank of America

Address: 2100 E Florence Ave, Florence-Graham, CA 90255
Phone: (323) 582-5250
';var m_96e1da3b09373c4e9ab748abf0d43329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_96e1da3b09373c4e9ab748abf0d43329['infowindow'] = new google.maps.InfoWindow({content: $l96e1da3b09373c4e9ab748abf0d43329});var infowindow = new google.maps.InfoWindow({content: $l96e1da3b09373c4e9ab748abf0d43329});google.maps.event.addListener(m_96e1da3b09373c4e9ab748abf0d43329, 'click', function() {infowindow.open(map,m_96e1da3b09373c4e9ab748abf0d43329);});$marker.push(m_96e1da3b09373c4e9ab748abf0d43329);}});}google.maps.event.addDomListener(window, 'load', initialize);