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(31.552,-97.1366)};var g_1d8141959fa95b3c6cf8f7cb1e3d097a = new google.maps.Geocoder();g_1d8141959fa95b3c6cf8f7cb1e3d097a.geocode( { 'address': "1300 N Valley Mills Dr, Waco, TX 76710"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-first-community-bank'), mapOptions);}document.getElementById('e53929c7').innerHTML += ' | View Map';var $l1d8141959fa95b3c6cf8f7cb1e3d097a = '

First Community Bank

Address: 1300 N Valley Mills Dr, Waco, TX 76710
Phone: (254) 751-0490
';var m_1d8141959fa95b3c6cf8f7cb1e3d097a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_1d8141959fa95b3c6cf8f7cb1e3d097a['infowindow'] = new google.maps.InfoWindow({content: $l1d8141959fa95b3c6cf8f7cb1e3d097a});var infowindow = new google.maps.InfoWindow({content: $l1d8141959fa95b3c6cf8f7cb1e3d097a});google.maps.event.addListener(m_1d8141959fa95b3c6cf8f7cb1e3d097a, 'click', function() {infowindow.open(map,m_1d8141959fa95b3c6cf8f7cb1e3d097a);});$marker.push(m_1d8141959fa95b3c6cf8f7cb1e3d097a);}});}google.maps.event.addDomListener(window, 'load', initialize);